home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0091 / faxsend.bat < prev    next >
DOS Batch File  |  1997-03-24  |  2KB  |  42 lines

  1. REM Echo on
  2. REM *********************************************************************/
  3. REM                                                                     */
  4. REM   SYSTEM       : HQ-FAX, Uitilities                                 */
  5. REM   COPYRIGHT    : (c) 1995 HTF CONSULTING                            */
  6. REM                                                                     */
  7. REM *********************************************************************/
  8. REM                                                                     */
  9. REM   BAT file name: FAXSEND.bat                                        */
  10. REM   DESCRIPTION  : This BATch file is a subroutine which will send a  */
  11. REM                  FAX file produced in any one of several formats    */
  12. REM                  calling the appropriate XXSend.bat file            */
  13. REM *********************************************************************/
  14.  
  15. if %2 == /FHAD Call ADSEND.bat  2 %1 %3 %4 %5
  16.  
  17. if %2 == /FHBF Call BFSEND.bat  2 %1 %3 %4 %5
  18.  
  19. if %2 == /FHC1 Call C1SEND.bat  2 %1 %3 %4 %5
  20.  
  21. if %2 == /FHC2 Call C2SEND.bat  2 %1 %3 %4 %5
  22.  
  23. if %2 == /FHCA Call CASEND.bat  2 %1 %3 %4 %5
  24.  
  25. if %2 == /FHCP Call CPSEND.bat  2 %1 %3 %4 %5
  26.  
  27. if %2 == /FHFR Call FRSEND.bat  2 %1 %3 %4 %5
  28.  
  29. if %2 == /FHQL Call QLSEND.bat  2 %1 %3 %4 %5
  30.  
  31. if %2 == /FHTB Call XXSEND.bat  2 %1 %3 %4 %5
  32.  
  33. if %2 == /FHTF Call XXSEND.bat  2 %1 %3 %4 %5
  34.  
  35. if %2 == /FHTH Call XXSEND.bat  2 %1 %3 %4 %5
  36.  
  37. if %2 == /FHTU Call XXSEND.bat  2 %1 %3 %4 %5
  38.  
  39. :Abend
  40. REM Echo  *** Abnormal end - probable cause is file not found ***
  41. :Quit
  42.